' test N = 5, 11, 12, 10  B+ test If blocks, bools, arith 2021-02-09
N = 9
loopCnt = 0
If N < 10
		[
			loopCnt = loopCnt + 1
			If loopCnt > N
				Exit
			El
				; loopCnt;/ ; 
			Fi
		]
	.
El
	NSqr = N * N
	. N; squared = ;NSqr ;.
Fi
.    N = ; N ;.
